home *** CD-ROM | disk | FTP | other *** search
- // SPLINE GENERATOR SAMPLE: SPLINE PREVIEW 2
- // *****************************************
-
- camera {location <0, 10, -70> look_at <0, 10, 0> angle 40}
- light_source {<10, 10, -60> rgb 1}
-
- #declare spline_smoothness = 100
- #declare spline_object = sphere {<0, 0, 0>, .25
- pigment {rgb <1, 0, 0>}}
-
- #declare spline_file = "Unsmooth.spl"
- #include "ShowSpl.inc"
-